Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Start(Of T1)( _ ByVal wait As TimeSpan, _ ByVal perform As Action(Of T1), _ ByVal arg1 As T1 _ ) As TimeoutAction |
C# | |
---|---|
public static TimeoutAction Start<T1>( TimeSpan wait, Action<T1> perform, T1 arg1 ) |
Parameters
- wait
- perform
- arg1
Type Parameters
- T1
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
TimeoutAction ClassTimeoutAction Members
Overload List